/* 分页样式 */
.pageNavi {
     margin-top: 20px;
     margin-bottom: 20px;
     display: block;
     width: 100%;
     text-align: center;
     line-height: 30px;
     font-size: 14px;
}
.pageNavi-num {
     clear: both;
}
.pageNavi-num a {
    font-size: 14px;
    border: #ccc solid 1px;
    padding: 2px 8px;
    /*-moz-border-radius: 5px;*/ /* Gecko browsers */
    /*-webkit-border-radius: 5px;*/ /* Webkit browsers */
    /*border-radius: 5px;*/ /* W3C syntax */
    margin: 0 3px;
    color: #5e5e5e;
}
.pageNavi-num span {
    font-size: 14px;
    border: #ccc solid 1px;
    padding: 2px 8px;
    /*-moz-border-radius: 5px;*/ /* Gecko browsers */
    /*-webkit-border-radius: 5px;*/ /* Webkit browsers */
    /*border-radius: 5px;*/ /* W3C syntax */
    margin: 0 3px;
}
.pageNavi-num a:hover {
    background: #5e5e5e;
    color: #fff;
    border: #5e5e5e solid 1px;
}
.pageNavi-num span.current  {
    background: #5e5e5e;
    color: #FFF;
    border: #5e5e5e solid 1px;
}

/* 幻灯片样式 */
.flexslider {
    margin: auto;
    border: none;
}
.flex-direction-nav a {
    overflow: inherit;
}
.flexslider .flex-control-nav {
    bottom: 0;
    padding: 5px 0px;
    text-align: center;
    z-index: 999;
}
.flexslider .flex-control-paging li a {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    width: 45px;
    height: 2px;
    background: url(http://suotong.asp.wzkex.com/en/Templates/suotong/images/banner_bg01.png) no-repeat center bottom;
}
.flex-control-paging li a:hover,
.flexslider .flex-control-paging li a.flex-active {
    background-image: url(http://suotong.asp.wzkex.com/en/Templates/suotong/images/banner_bg02.png);
}

/* 表单 */
.textstyle {
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.textstyle:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #CF002C;
    border-color: #d43f3a;
}
.btn:hover {
    color: #fff;
    background-color: #A92825;
    border-color: #ac2925;
}

.basic-grey {
    padding: 0px !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    /*background: #F7F7F7;*/
    padding: 25px 15px 25px 10px;
    font: 12px Georgia, "Times New Roman", Times, serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    /*border:1px solid #E4E4E4;*/
}
.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}
.basic-grey h1 > span {
    display: block;
    font-size: 11px;
}
.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label > span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey select {
    background: #FFF url('http://suotong.asp.wzkex.com/en/Templates/suotong/css/down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea {
    height:100px;
}
.basic-grey .button {
    background: #c2985b;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
}
.basic-grey .button:hover {
    background: #CF7A7A
}
